Skip to content

[Java] codegen framework for fury java jit#61

Merged
chaokunyang merged 2 commits intomainfrom
basic_codegen_framework
May 5, 2023
Merged

[Java] codegen framework for fury java jit#61
chaokunyang merged 2 commits intomainfrom
basic_codegen_framework

Conversation

@chaokunyang
Copy link
Copy Markdown
Collaborator

@chaokunyang chaokunyang commented May 5, 2023

What do these changes do?

This PR implements a basic codegen framework which can generate class from compile unit:

  • Expression abstraction: represents programing construct
  • Codegen context: represents an codegen scope
  • CompileState/CompileCallback: auxiliary utils for multi-threaded compilation
  • CodeGenerator: Generate jit classes from compile units in parallel.

Related issue number

Closes #33

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@chaokunyang chaokunyang merged commit aaea96f into main May 5, 2023
@chaokunyang chaokunyang deleted the basic_codegen_framework branch May 5, 2023 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java] Code generator for compile and generate class

1 participant